build: Set automake options in AM_INIT_AUTOMAKE
authorJavier Jardón <jjardon@gnome.org>
Mon, 17 Oct 2011 12:36:42 +0000 (13:36 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 17 Oct 2011 12:36:42 +0000 (13:36 +0100)
Makefile.am
configure.ac

index 95667646a48499cc28b2f938e47545d3bb7e746f..f8859a2097e7af1a041a8472375eb0866a7016d0 100644 (file)
@@ -1,6 +1,5 @@
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
-AUTOMAKE_OPTIONS = foreign dist-bzip2
 
 SUBDIRS = \
        babl            \
index 07bde9d6e27e60098f48de28dba2dc09baf74a95..9bb8bc6ce0495b5fb26cbad4d77c05a237690848 100644 (file)
@@ -105,7 +105,7 @@ AC_SUBST(BABL_CURRENT_MINUS_AGE)
 
 dnl ==========================================================================
 
-AM_INIT_AUTOMAKE(no-define no-dist-gzip -Wno-portability)
+AM_INIT_AUTOMAKE([1.10 foreign no-define dist-bzip2 no-dist-gzip -Wno-portability])
 
 # Enable silent build rules by default, requires at least
 # Automake-1.11. Disable by either passing --disable-silent-rules to